'window-show-contents-on-map.ui',
]
+# These need to be fixed but the issue hasn't been tracked down.
+xfails = [
+ 'background-color-transparent.ui',
+ 'background-image-multiple.ui',
+ 'background-origin.ui',
+ 'border-half-pixel.ui',
+ 'border-image-url.ui',
+ 'label-shadows.ui',
+ 'label-sizing.ui',
+ 'label-wrap-justify.ui',
+ 'sizegroups-evolution-identity-page.ui',
+ 'textview-border-windows.ui',
+ 'window-show-contents-on-map.ui',
+]
+
foreach testname : testdata
if testname.endswith('.ui') and not testname.endswith('.ref.ui')
test('reftest ' + testname, gtk_reftest,
'GSK_RENDERER=opengl',
'REFTEST_MODULE_DIR=@0@'.format(meson.current_build_dir()),
],
- suite: 'reftest')
+ suite: 'reftest',
+ should_fail: xfails.contains(testname))
endif
endforeach